This is a utility that can fix pascal strings for some games. 
It loops through and adds a constant. 

This was created because Atlas doesn't work with all kinds of pascal strings.
You can run this after to adjust the string size by whatever you need.

Example:
PascalAdjust rom.smc 20b000 196 1

This will go to 20b000 and read int 196 pascal string entries. It will increment them by 1. 


I hope this is useful even though it's a very niche utility. 